GrapeCity.Xaml.SpreadSheet.UI
SavePdfAsync(Stream,Int32[]) Method


Stream to which to save the data.
The sheet indexes collection.
Saves the content of the component to the specified stream asynchronously.
Syntax
'Declaration
 
Public Overloads Function SavePdfAsync( _
   ByVal stream As Stream, _
   ByVal ParamArray sheetIndexes() As Integer _
) As IAsyncAction
'Usage
 
Dim instance As GcSpreadSheet
Dim stream As Stream
Dim sheetIndexes() As Integer
Dim value As IAsyncAction
 
value = instance.SavePdfAsync(stream, sheetIndexes)
public IAsyncAction SavePdfAsync( 
   Stream stream,
   params int[] sheetIndexes
)

Parameters

stream
Stream to which to save the data.
sheetIndexes
The sheet indexes collection.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options